body {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}
body.fixed{
    overflow:hidden
}
body::-webkit-scrollbar {
    width: 0 !important
}

.bannerSwiper {
    width: 100%;
    height: 100%;
}
.header-item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.content {
    /*position: fixed;*/
    /*top: 100%;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 18;*/
    /*overflow-y: auto;*/
    position: relative;
    background-color: #FFF;
    z-index: 5;
    /*transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;*/
}
/*.content.showDiv {*/
    /*top: 0;*/
/*}*/
.banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: bottom;
}
.banner-title {
    display: none;
}

.fixed-top {
    position: relative;
    padding-top: 100vh;
    transition: all 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: -1;
}
.fixedok .banner {
    opacity: 0;
}
.fixed-top.fixed{
    padding-top: 0;
}

.swiper-dot {
    position: absolute;
    width: 370px;
    height: 370px;
    bottom: 70px;
    right: 70px;
    z-index: 11;
}
.swiper-dot .dot {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.swiper-dot .dot .slide-index {
    text-align: center;
    line-height: 100px;
    font-size: 22px;
}
.swiper-dot .slide-title {
    display: none;
    font-size: 22px;
    line-height: 36px;
}
.swiper-dot .slide-ring {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    background-image: url('../../images/plus.png');
    background-repeat: no-repeat;
    background-position: center;
}
.slide-ring li{
    width: 16px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute
}
.slide-ring .l1{top:0px;left:12px;transform:rotate(0deg)}
.slide-ring .l2{top:5px;left:26px;transform:rotate(45deg)}
.slide-ring .l3{top:19px;left:32px;transform:rotate(90deg)}
.slide-ring .l4{top:33px;left:26px;transform:rotate(135deg)}
.slide-ring .l5{top:39px;left:12px;transform:rotate(180deg)}
.slide-ring .l6{top:33px;left:-2px;transform:rotate(-135deg)}
.slide-ring .l7{top:19px;left:-8px;transform:rotate(-90deg)}
.slide-ring .l8{top:5px;left:-2px;transform:rotate(-45deg)}
.slide-ring li span{display:block;height:1px;width:0;background-color:#fff;animation:750ms both ani}
.slide-ring .l2 span{animation:750ms 750ms both ani}
.slide-ring .l3 span{animation:750ms 1.5s both ani}
.slide-ring .l4 span{animation:750ms 2.25s both ani}
.slide-ring .l5 span{animation:750ms 3s both ani}
.slide-ring .l6 span{animation:750ms 3.75s both ani}
.slide-ring .l7 span{animation:750ms 4.5s both ani}
.slide-ring .l8 span{animation:750ms 5.25s both ani}
@keyframes ani{
    0%{width:calc(0%)}
    25%{width:calc(25%)}
    50%{width:calc(50%)}
    75%{width:calc(75%)}
    100%{width:calc(100%)}
}

.swiper-dot .dot1 {
    position: absolute;
    background-color: rgba(176, 31, 46, 1);
    color: #FFF;
}
.swiper-dot .dot2 {
    position: absolute;
    background-color: rgba(224, 226, 225, 1);
    color: #666;
}
.swiper-dot .dot3 {
    position: absolute;
    background-color: rgba(202, 148, 65, 1);
    color: #FFF;
}
.s1 .swiper-dot .dot1 {
    top: 0;
    left: 0;
    width: 270px;
    height: 270px;
    padding: 40px 20px;
    background-color: rgba(176, 31, 46, 0.7);
}
.s1 .swiper-dot .dot1 .slide-title {
    display: block;
    opacity: 1;
    animation-name: titlemove;
    animation-duration: 2s;
}
.s1 .swiper-dot .dot1 .slide-ring {
    display: block;
}
.s1 .swiper-dot .dot1 .slide-index {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 50px;
    line-height: 1;
}
.s1 .swiper-dot .dot2 {
    right: 0px;
    bottom: 100px;
}
.s1 .swiper-dot .dot3 {
    right: 100px;
    bottom: 0;
}
.s2 .swiper-dot .dot2 {
    width: 270px;
    height: 270px;
    bottom: 0;
    right: 0;
    padding: 40px 20px;
    background-color: rgba(224, 226, 225, 0.7);
}
.s2 .swiper-dot .dot2 .slide-title {
    display: block;
    opacity: 1;
    animation-name: titlemove;
    animation-duration: 2s;
}
.s2 .swiper-dot .dot2 .slide-ring {
    display: block;
}
.s2 .swiper-dot .dot2 .slide-index {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 50px;
    line-height: 1;
}
.s2 .swiper-dot .dot1 {
    top: 0;
    left: 100px;
}
.s2 .swiper-dot .dot3 {
    top: 100px;
    left: 0;
}
.s3 .swiper-dot .dot3 {
    width: 270px;
    height: 270px;
    left: 0;
    bottom: 0;
    padding: 40px 20px;
    background-color: rgba(202, 148, 65, 0.7);
}
.s3 .swiper-dot .dot3 .slide-title {
    display: block;
    opacity: 1;
    animation-name: titlemove;
    animation-duration: 2s;
}
.s3 .swiper-dot .dot3 .slide-ring {
    display: block;
}
.s3 .swiper-dot .dot3 .slide-index {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 50px;
    line-height: 1;
}
.s3 .swiper-dot .dot1 {
    top: 0;
    right: 100px;
}
.s3 .swiper-dot .dot2 {
    top: 100px;
    right: 0;
}
@keyframes titlemove{
    0% { opacity: 0 }
    25% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 1 }
}
@-webkit-keyframes titlemove{
    0% { opacity: 0 }
    25% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 1 }
}

.ss1 .swiper-slide-active img{animation-name:bb1;animation-duration:8s;animation-timing-function:linear}
.ss2 .swiper-slide-active img{animation-name:bb2;animation-duration:8s;animation-timing-function:linear}
.ss3 .swiper-slide-active img{animation-name:bb3;animation-duration:8s;animation-timing-function:linear}
@keyframes bb1{
    from{transform:scale(1)}
    to{transform:scale(1.2)}
}
@-webkit-keyframes bb1{
    from{transform:scale(1)}
    to{transform:scale(1.2)}
}
@keyframes bb2{
    from{transform:scale(1.2) translate(0,0)}
    to{transform:scale(1.2) translate(50px,0)}
}
@-webkit-keyframes bb2{
    from{transform:scale(1.2) translate(0,0)}
    to{transform:scale(1.2) translate(50px,0)}
}
@keyframes bb3{
    from{transform:scale(1.2) translate(0,0)}
    to{transform:scale(1.2) translate(0,50px)}
}
@-webkit-keyframes bb3{
    from{transform:scale(1.2) translate(0,0)}
    to{transform:scale(1.2) translate(0,50px)}
}

.banner .banner-nav {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 10;
}
.banner .banner-nav ul {
    font-size: 0;
    letter-spacing: 0;
}
.banner .banner-nav li {
    display: inline-block;
    width: 114px;
    font-size: 14px;
    text-align: center;
}
.banner .banner-nav li a {
    display: block;
    padding: 22px 0;
    background-color: #FFF;
    border-right: 1px solid #DDD;
    transition: all 0.3s ease;
}
.banner .banner-nav a:hover {
    background-color: #B01F2E;
    color: #FFF;
    border-color: #B01F2E;
    border-top: 10px solid #B01F2E;
}
.banner .banner-nav li:last-child {
    border-right: none;
}
.banner .banner-nav .icon {
    width: 28px;
    height: 28px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    transition: all 0.3s ease;
}
.banner .banner-nav li:nth-child(1) .icon {
    background-image: url('../../images/xszzxt.png');
}
.banner .banner-nav li:nth-child(2) .icon {
    background-image: url('../../images/xzdh.png');
}
.banner .banner-nav li:nth-child(3) .icon {
    background-image: url('../../images/yxdl.png');
}
.banner .banner-nav li:nth-child(4) .icon {
    background-image: url('../../images/tsg.png');
}
.banner .banner-nav li:nth-child(5) .icon {
    background-image: url('../../images/gldl.png');
}
.banner .banner-nav a:hover .icon {
    background-position: bottom center;
}
.banner .banner-nav p {
    font-size: 14px;
    line-height: 1;
}

.content .title {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
    color: #FFF;
}
.content .title.black {
    color: #000;
}

.plate2 .swiper {
    position: static;
}

.plate1 {
    padding: 150px 0 106px;
    background-image: url('../../images/plate1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.plate1 .float-r {
    width: 36%;
}
.plate1 .float-l {
    width: 62.5%;
}
.plate1 .ul-box1 {
    overflow: hidden;
}
.plate1 .ul-box1 a {
    display: block;
}
.plate1 .ul-box1 .li-l {
    float: left;
    width: 55%;
}
.plate1 .ul-box1 .li-l:hover .text, .plate1 .ul-box1 .li-r:hover .text {
 background-color: #B01F2E;
    color: #FFF;
}
.plate1 .ul-box1 .li-l:hover .pic img, .plate1 .ul-box1 .li-r:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2);
}
.plate1 .ul-box1 .li-r {
    float: right;
    width: 42.5%;
}
.plate1 .ul-box1 .li-r  .pic {
    padding-top: 120%;
}
.plate1 .ul-box1 li {
    margin-bottom: 15px;
}
.plate1 .ul-box1 li .pic {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    height: 0;
}
.plate1 .ul-box1 .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
}
.plate1 .ul-box1 .text {
    position: relative;
    padding: 20px 0 20px 20px;
    transition: all 0.5s ease;
}
.plate1 .ul-box1 .text::after {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    top: 20px;
    bottom: 20px;
    background-color: #B01F2E;
}
.plate1 .ul-box1 .text .time {
    font-size: 12px;
    margin-bottom: 6px;
}
.plate1 .ul-box1 .text p {
    font-size: 18px;
    line-height: 30px;
}
.plate1 .ul-box2 {
    border-top: 2px solid #B01F2E;
    padding: 0 30px;
    background-color: #FFF;
}
.plate1 .ul-box2 li {
    padding: 25px 0;
    border-bottom: 1px solid #EEE;
}
.plate1 .ul-box2 a {
    display: block;
    overflow: hidden;
}
.plate1 .ul-box2 a:hover, .plate1 .ul-box2 a:hover .time span:last-child {
    color: #B01F2E;
}
.plate1 .ul-box2 .time {
    float: left;
    text-align: center;
}
.plate1 .ul-box2 .time span {
    display: block;
}
.plate1 .ul-box2 .time span:first-child {
    font-size: 32px;
    line-height: 1;
    padding: 2px 0 5px 0;
}
.plate1 .ul-box2 .time span:last-child {
    font-size: 14px;
    color: #666;
}
.plate1 .ul-box2 .text {
    overflow: hidden;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.66;
    height: 3.2em;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.plate1 .more {
    text-align: right;
    font-size: 16px;
    margin-top: 50px;
}

.plate2 {
    padding: 67px 0 0;
    background-image: url('../../images/plate2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: -80px;
}
.plate2 .plate-c {
    position: relative;
}

.plate2-1 .title {
 margin-bottom: 40px;
}
.noticeSwiper .swiper-slide {
    overflow: hidden;
    padding: 10px 1px 66px;
}
.noticeSwiper .swiper-slide .tire {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #FFF;
    border-radius: 50%;
    transform: translateX(-50%);
}
.noticeSwiper .swiper-slide .tire::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #FFF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/*.noticeSwiper .swiper-slide .tire .iconfont {*/
    /*color: #FFF;*/
    /*font-size: 22px;*/
/*}*/
.noticeSwiper .swiper-slide a {
    position: relative;
    display: block;
    padding: 40px 30px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 0;
    top: 0;
    transition: all 0.3s ease;
}
.noticeSwiper .swiper-slide a:hover {
    top: -10px;
    background-color: #DDA63B;
    border-color: #DDA63B;
}
.noticeSwiper .swiper-slide a:hover + .tire {
    border-color: #DDA63B;
}
.noticeSwiper .swiper-slide a:hover + .tire::before {
    background-color: #DDA63B;
}
.noticeSwiper .swiper-slide a:hover .sanjiao {
    border-top-color: #DDA63B;
}
.noticeSwiper .swiper-slide a:hover .sanjiao:before, .noticeSwiper .swiper-slide a:hover .sanjiao:after {
    background-color: #DDA63B;
}
.noticeSwiper .swiper-slide a:hover .sanjiao .bian:before, .noticeSwiper .swiper-slide a:hover .sanjiao .bian:after {
    background-color: #DDA63B;
}
.noticeSwiper .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
    bottom: 0;
    top: unset;
    margin-top: 0;
    /*width: 20px;*/
    height: 20px;
    background-color: transparent;
}
.noticeSwiper .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
    bottom: 0;
    top: unset;
    margin-top: 0;
    /*width: 20px;*/
    height: 20px;
    background-color: transparent;
}
.noticeSwiper .swiper-button-next:hover, .noticeSwiper .swiper-button-prev:hover {
    opacity: 0.6;
}
.noticeSwiper .swiper-button-next::after, .noticeSwiper .swiper-button-prev::after {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
}
.sanjiao {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all 0.3s ease;
}
.sanjiao::before {
    content: '';
    position: absolute;
    left: 10px;
    top: -10px;
    height: 1px;
    width: 900px;
    background-color: #FFF;
}
.sanjiao::after {
    content: '';
    position: absolute;
    right: 10px;
    top: -10px;
    height: 1px;
    width: 900px;
    background-color: #FFF;
}
.sanjiao .bian::before {
    content: '';
    position: absolute;
    top: -12px;
    right: -5px;
    width: 1px;
    height: 15px;
    background-color: #FFF;
    transform: rotateZ(45deg);
}
.sanjiao .bian::after {
    content: '';
    position: absolute;
    top: -12px;
    left: -6px;
    width: 1px;
    height: 15px;
    background-color: #FFF;
    transform: rotateZ(-45deg);
}
.noticeSwiper .notice-text {
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
}
.noticeSwiper .notice-time {
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
}
.road {
    position: absolute;
    bottom: 9px;
    left: -100%;
    width: 300%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    /*border-top: 1px solid #FFF;*/
    /*border-bottom: 1px solid #FFF;*/
    box-sizing: border-box;
}
/*.road .line {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*width: 100%;*/
    /*height: 3px;*/
    /*background: linear-gradient(*/
            /*to right,*/
            /*rgba(255, 255, 255 ,1) 0%,*/
            /*rgba(255, 255, 255 ,1) 70%,*/
            /*transparent 0%*/
    /*);*/
    /*background-size: 100px 2px;*/
    /*background-repeat: repeat-x;*/
/*}*/

.swiper-button-next {
    right: -50px;
}
.swiper-button-prev {
    left: -50px;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
    color: #B01F2E;
}

.plate2-2 {
    margin-top: 95px;
}
.plate2-2 .title {
    margin-bottom: 0px;
}
.mediaSwiper .swiper-slide {
    margin-top: 40px;
    margin-bottom: 20px;
}
.mediaSwiper ul {
    position: relative;
    padding-bottom: 60px;
}
.mediaSwiper li {
    position: absolute;
    width: 27%;
    padding-top: 30%;
    height: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.mediaSwiper .li-1:hover, .mediaSwiper .li-3:hover {
    top: -30px;
    z-index: 10;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24);
}
.mediaSwiper .li-2:hover, .mediaSwiper .li-4:hover {
    top: 30px;
    z-index: 10;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24);
}
.mediaSwiper .li-1 {
    background-color: rgba(53,128,220,0.95);
    z-index: 1;
    top: 0;
}
.mediaSwiper .li-2 {
    left: 24%;
    top: 60px;
    background-color: rgba(255,255,255,0.95);
    z-index: 2;
}
.mediaSwiper .li-2 .text {
    color: #000;
}
.mediaSwiper .li-2 .time {
    color: #333;
}
.mediaSwiper .li-3 {
    left: 48%;
    background: rgba(47,19,30,0.95);
    z-index: 3;
    top: 0;
}
.mediaSwiper .li-4 {
    right: 0;
    left: auto;
    top: 60px;
    background: rgba(206,156,68,0.95);
    z-index: 4;
}
.mediaSwiper li:last-child {
    position: relative;
}
.mediaSwiper li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.mediaSwiper li .pic img {
    max-height: 70px;
    vertical-align: bottom;
}
.mediaSwiper li .text {
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    flex: 1;
    height: 0;
    overflow: hidden;
    padding-top: 30px;
}
.mediaSwiper li .text p {
    line-height: 1.6;
    height: 6.4em;
    overflow: hidden;
}
.mediaSwiper li .time {
    font-size: 14px;
    color: #FFF;
}
.mediaSwiper li .time span {
    font-size: 32px;
}

.plate2-3 {
    margin-top: 95px;
}
.plate2-3 a {
    display: block;
    padding: 1px;
}
.plate2-3 a:hover .layui-elem-field {
    border-color: #FBB939;
    color: #FBB939;
}
.plate2-3 a:hover .layui-elem-field legend span:last-child {
    border-color: #FBB939;
}
.plate2-3 .layui-elem-field {
    margin: 0;
    border-color: #FFF;
    color: #FFF;
}
.plate2-3 .layui-elem-field legend {
    margin-left: 30px;
}
.plate2-3 .layui-elem-field legend span {
    display: inline-block;
    vertical-align: middle;
}
.plate2-3 .layui-elem-field legend span:first-child {
    font-size: 30px;
    line-height: 1;
}
.plate2-3 .layui-elem-field legend span:last-child {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 10px;
    border-left: 1px solid #FFF;
    margin-left: 5px;
}
.plate2-3 .layui-field-box {
    font-size: 18px;
    line-height: 1.6;
    padding: 40px 30px;
    height: 3.2em;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    box-sizing: content-box;
}
.plate2-4 {
    margin-top: 95px;
}
.plate2-4 .title {
    margin-bottom: 35px;
}
.plate2-4 .ysgkSwiper {
    padding-top: 15px;
}
.plate2-4 .item {
    position: relative;
    top: 0;
    background-color: #FFF;
    color: #333;
    padding: 40px 20px 40px 105px;
    border-bottom: 10px solid #DDA63B;
    transition: all 0.3s ease;
}
.plate2-4 .item:hover {
    top: -15px;
}
.plate2-4 .item:hover .txt p {
    color: #B01F2E;
}
.plate2-4 .item .time {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #B01F2E;
    line-height: 1;
}
.plate2-4 .item .time div:first-child {
    display: inline-block;
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
}
.plate2-4 .item .time div:last-child {
    font-size: 16px;
}
.plate2-4 .item .txt {
    padding-left: 20px;
    border-left: 1px solid #DDD;
}
.plate2-4 .item .txt p {
    font-size: 18px;
    line-height: 1.6;
    height: 3.2em;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin-bottom: 20px;
}
.plate2-4 .item .txt a {
    font-size: 12px;
    line-height: 1;
    color: #B01F2E;
}

.plate2-3 .plate-c, .plate2-4 .plate-c {
    padding: 0 80px;
    width: 100%;
    box-sizing: content-box;
    left: -80px;
}
.plate2-3 .zlbg-button-prev:hover, .plate2-3 .zlbg-button-next:hover, .plate2-4 .ysgk-button-prev:hover, .plate2-4 .ysgk-button-next:hover {
    opacity: 0.6 !important;
}
.plate2-3 .zlbg-button-prev, .plate2-3 .zlbg-button-next {
    width: 30px;
    height: 30px;
    background-color: transparent;
    opacity: 0;
    transition: all ease 0.5s;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.plate2-3 .plate-c:hover .zlbg-button-prev, .plate2-3 .plate-c:hover .zlbg-button-next, .plate2-4 .plate-c:hover .ysgk-button-prev, .plate2-4 .plate-c:hover .ysgk-button-next {
    opacity: 1;
}
.plate2-3 .zlbg-button-prev::after, .plate2-3 .zlbg-button-next::after, .plate2-4 .ysgk-button-next::after, .plate2-4 .ysgk-button-prev::after, .media-button-prev::after, .media-button-next::after {
    display: none;
}
.plate2-3 .zlbg-button-prev {
    left: 10px;
    margin-top: -10px;
    background-image: url('../../images/zlbgL.png');
}
.plate2-3 .zlbg-button-next {
    right: 10px;
    margin-top: -10px;
    background-image: url('../../images/zlbgR.png');
}
.plate2-4 .ysgk-button-prev, .plate2-4 .ysgk-button-next {
    width: 21px;
    height: 20px;
    background-color: transparent;
    opacity: 0;
    transition: all ease 0.5s;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.plate2-4 .ysgk-button-prev {
    left: 10px;
    margin-top: -2px;
    background-image: url('../../images/ysgkL.png');
}
.plate2-4 .ysgk-button-next {
    right: 10px;
    margin-top: -2px;
    background-image: url('../../images/ysgkR.png');
}
.media-button-prev, .media-button-next {
    width: 38px;
    height: 38px;
    background-color: transparent;
    opacity: 0;
    transition: all ease 0.5s;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.media-button-prev {
    left: -19px;
    background-image: url('../../images/mtjtL.png');
}
.media-button-next {
    right: -19px;
    background-image: url('../../images/mtjtR.png');
}
.media-button-prev:hover {
    background-image: url('../../images/mtjtL-h.png');
}
.media-button-next:hover {
    background-image: url('../../images/mtjtR-h.png');
}
.mediaSwiper:hover .media-button-prev, .mediaSwiper:hover .media-button-next {
    opacity: 1;
}



.plate3 {
    padding: 200px 0 440px;
    background-image: url('../../images/plate3.jpg');
}
.plate3 .plate-c {
    overflow: hidden;
}
.plate3 .plate3-box {
    display: block;
}
.plate3 .plate3-box .vjs-tech {
    transition: all 0.3s ease;
}
.plate3 .plate3-box:hover .vjs-tech  {
    transform: scale(1.2);
}

.plate3 .plate3-box:hover .info {
    background-color: #B01E2D;
    color: #FFF;
}
.plate3 .video-box {
    position: relative;
    padding-top: 64%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.plate3 .plate3-box:hover .video-box1 {
    transform: scale(1.2);
}
.plate3 .video-box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    cursor: pointer;
    background: #000;
}
.plate3 .video-box1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plate3 .video-box .playBtn{
    position: absolute;
    height: 40px;
    width:40px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.plate3 .video-box .playBtn a{
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 12px;
    border-style: solid;
    text-indent: -9999px;
    position: absolute;
}
.plate3 .video-js {
    width: 100%;
    height: 100%;
}
.plate3 .info {
    /*height: 280px;*/
    background-color: #FFF;
    padding: 30px 20px 40px;
    box-sizing: border-box;
    color: #333;
    transition: all 0.3s ease;
}
.plate3 .info .time {
    font-size: 14px;
    margin-bottom: 20px;
}
.plate3 .info .text {
    font-size: 18px;
    line-height: 1.66;
    height: 3.32em;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.plate4 {
    padding-bottom: 212px;
    background-image: url('../../images/plate2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plate4 .container {
    top: -302px;
    /*transform: translateY(-302px);*/
}

.plate4 .plate-c {
    position: relative;
    padding-left: 27%;
}
.mainSwiper {
    position: relative;
    padding-top: 59%;
    padding-bottom: 48px;
}
.thumbsSwiper {
    position: absolute;
    top: 0;
    bottom: 48px;
    left: 0;
    width: 27%;
    padding: 40px 36px 40px 0;
    box-sizing: content-box;
    background-color: #FFF;
}
.parentSwiper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 48px;
}
.parentSwiper .slide-title {
    display: none;
}
.parentSwiper .img-box {
    display: block;
    height: 100%;
}
.parentSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parentSwiper .swiper-slide .text {
    position: absolute;
    bottom: -48px;
    left: 40px;
    right: 40px;
    background-color: #FFE9E4;
    padding: 20px 30px;
    box-sizing: content-box;
    color: #555;
}
.parentSwiper .swiper-slide .text p {
    font-size: 16px;
    line-height: 1.6;
    height: 3.2em;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.childSwiper {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    right: 0;
    padding-right: 36px;
}
.childSwiper .swiper-slide {
    position: relative;
    padding: 0 40px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    border-bottom: 1px dashed #DDD;
    cursor: pointer;
}
.childSwiper .swiper-slide .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.childSwiper .swiper-slide .iconfont {
    vertical-align: top;
    margin-right: 20px;
    color: #B01E2D;
}
.childSwiper .swiper-slide-thumb-active {
    background-color: #B01E2D;
    color: #FFF;
}
.childSwiper .swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    top: 0;
    right: -34px;
    width:0;
    height:0;
    border-top:35px solid transparent;
    border-bottom:35px solid transparent;
    border-left:35px solid #B01E2D;
}
.childSwiper .swiper-slide-thumb-active .iconfont {
    color: #FFF;
}

.plate5 {
    padding-bottom: 18px;
    background-image: url('../../images/plate5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plate5 .container {
    top: -390px;
    /*transform: translateY(-390px);*/
}
.plate5 .plate-c {
    position: relative;
    padding-right: 44%;
}
.plate5 .plate-l {
    position: relative;
    padding-top: 72%;
    overflow: hidden;
}
.plate5 .plate-l .video-box .vjs-tech, .plate5 .plate-l .video-box .vjs-poster {
    transition: all 0.5s ease;
}
.plate5 .plate-l:hover .video-box .vjs-tech, .plate5 .plate-l:hover .video-box .vjs-poster {
    transform: scale(1.2);
}
.plate5 .plate-l .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.plate5 .plate-l .video-js {
    width: 100%;
    height: 100%;
}
.plate5 .plate-r {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 41%;
    padding-bottom: 50px;
}
.plate5 .lifeSwiper {
    width: 100%;
    height: 100%;
}
.plate5 .lifeSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plate5 .thumbs {
    position: absolute;
    bottom: 0;
    left: 40px;
    background-color: #FFF;
    z-index: 2;
    font-size: 0;
}
.plate5 .thumbs .list {
    display: inline-block;
    padding: 1.5vw;
    transition: all 0.3s ease;
}
.plate5 .thumbs .xyfg .icon {
    background-image: url('../../images/xyfg.png');
}
.plate5 .thumbs .whsh .icon {
    background-image: url('../../images/whsh.png');
}
.plate5 .thumbs .xydt .icon {
    background-image: url('../../images/xydt.png');
}
.plate5 .thumbs .list:hover {
    background-color: #B01F2E;
}
.plate5 .thumbs .list:hover p {
    color: #FFF;
}
.plate5 .thumbs .list .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    transition: all 0.3s ease;
}
.plate5 .thumbs .list:hover .icon {
    background-position: bottom center;
}
.plate5 .thumbs .list p {
    font-size: 20px;
    line-height: 1;
    color: #B01F2E;
    transition: all 0.3s ease;
}

.plate6 {
    background-color: #FFF;
    margin-bottom: -155px;
}
.plate6 .container {
    top: -285px;
    /*transform: translateY(-285px);*/
    font-size: 0;
}
.plate6 .plate-c {
    letter-spacing: -1em;
}
.plate6 .list {
    width: 50%;
    display: inline-block;
}
.plate6 .list .item {
    width: 50%;
    display: inline-block;
    font-size: 16px;
}
.plate6 .list:hover .box img {
    transform: scale(1.2);
}
.plate6 .list .item .box {
    position: relative;
    padding-top: 104.6%;
    width: 100%;
    overflow: hidden;
}
.plate6 .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.plate6 .box .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 2.08vw 1.56vw;
}
.plate6 .box .box-title {
    font-size: 20px;
    line-height: 1.5;
    max-height: 3em;
    color: #B01F2E;
    margin-bottom: 20px;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    letter-spacing: 0px\0;
}

.plate6 .box .box-txt {
    font-size: 16px;
    line-height: 2.1;
    max-height: 8.4em;
    color: #333;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    word-break: break-all;
    letter-spacing: 0px\0;
}
.plate6 .box .text::after {
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    z-index: 2;
}
.plate6 .list-1 .text::after, .plate6 .list-2 .text::after {
    border-right: 25px solid #FFF;
    left: -25px;
}
.plate6 .list-1 .text::after, .plate6 .list-3 .text::after {
    top: 25px;
}
.plate6 .list-2 .text::after, .plate6 .list-4 .text::after {
    bottom: 25px;
}
.plate6 .list-3 .text::after, .plate6 .list-4 .text::after {
    border-left: 25px solid #FFF;
    right: -25px;
}

.layui-layer-page .layui-layer-content{
    overflow: unset!important;
}


@media (max-width: 1200px) {
    .mediaSwiper li .text p {
        font-size: 16px;
    }
    .banner .banner-nav {
        right: 50px;
    }
    .banner .banner-nav li {
        width: 100px;
        font-size: 12px;
    }
    .banner .banner-nav li a {
        padding: 15px 0;
    }

    /*.swiper-dot {*/
        /*width: 400px;*/
        /*height: 300px;*/
        /*bottom: 60px;*/
        /*right: 60px;*/
    /*}*/
    /*.swiper-dot .slide-title {*/
        /*font-size: 22px;*/
    /*}*/
    /*.swiper-dot .dot {*/
        /*width: 80px;*/
        /*height: 80px;*/
    /*}*/
    /*.swiper-dot .dot .slide-index {*/
        /*font-size: 20px;*/
        /*line-height: 80px;*/
    /*}*/
    /*.s1 .swiper-dot .dot1 {*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 320px;*/
        /*height: 220px;*/
        /*padding: 30px 20px;*/
    /*}*/
    /*.s1 .swiper-dot .dot1 .slide-title {*/
        /*display: block;*/
        /*opacity: 1;*/
        /*animation-name: titlemove;*/
        /*animation-duration: 2s;*/
    /*}*/
    /*.s1 .swiper-dot .dot1 .slide-index {*/
        /*position: absolute;*/
        /*left: 20px;*/
        /*bottom: 20px;*/
        /*font-size: 40px;*/
        /*line-height: 1;*/
    /*}*/
    /*.s1 .swiper-dot .dot2 {*/
        /*right: 0px;*/
        /*bottom: 80px;*/
    /*}*/
    /*.s1 .swiper-dot .dot3 {*/
        /*right: 80px;*/
        /*bottom: 0;*/
    /*}*/
    /*.s2 .swiper-dot .dot2 {*/
        /*width: 320px;*/
        /*height: 220px;*/
        /*bottom: 0;*/
        /*right: 0;*/
        /*padding: 30px 20px;*/
    /*}*/
    /*.s2 .swiper-dot .dot2 .slide-title {*/
        /*display: block;*/
        /*opacity: 1;*/
        /*animation-name: titlemove;*/
        /*animation-duration: 2s;*/
    /*}*/
    /*.s2 .swiper-dot .dot2 .slide-index {*/
        /*position: absolute;*/
        /*left: 20px;*/
        /*bottom: 20px;*/
        /*font-size: 40px;*/
        /*line-height: 1;*/
    /*}*/
    /*.s2 .swiper-dot .dot1 {*/
        /*top: 0;*/
        /*left: 80px;*/
    /*}*/
    /*.s2 .swiper-dot .dot3 {*/
        /*top: 80px;*/
        /*left: 0;*/
    /*}*/
    /*.s3 .swiper-dot .dot3 {*/
        /*width: 320px;*/
        /*height: 220px;*/
        /*left: 0;*/
        /*bottom: 0;*/
        /*padding: 30px 20px;*/
    /*}*/
    /*.s3 .swiper-dot .dot3 .slide-title {*/
        /*display: block;*/
        /*opacity: 1;*/
        /*animation-name: titlemove;*/
        /*animation-duration: 2s;*/
    /*}*/
    /*.s3 .swiper-dot .dot3 .slide-index {*/
        /*position: absolute;*/
        /*left: 20px;*/
        /*bottom: 20px;*/
        /*font-size: 40px;*/
        /*line-height: 1;*/
    /*}*/
    /*.s3 .swiper-dot .dot1 {*/
        /*top: 0;*/
        /*right: 80px;*/
    /*}*/
    /*.s3 .swiper-dot .dot2 {*/
        /*top: 80px;*/
        /*right: 0;*/
    /*}*/
}
@media (max-width: 992px) {
    /*������*/
    .header-item {
        position: relative;
        box-shadow: none;
        z-index: auto;
    }
    .menu_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .header-item .open .nav-icon {
        width: 80%;
    }
    .menu-box {
        width: 80%;
    }
    .banner .banner-nav {
        right: 0;
    }
    .banner .banner-nav li {
        width: 88px;
    }
    .banner .banner-nav li a {
        padding: 10px 0;
    }
    .banner .banner-nav .icon {
        width: 22px;
        height: 22px;
        margin: 0 auto 5px;
    }
    .swiper-dot {
        width: 320px;
        height: 220px;
        right: 30px;
        bottom: 30px;
    }
    .swiper-dot .slide-title {
        font-size: 16px;
        line-height: 26px;
    }
    .swiper-dot .dot {
        width: 60px;
        height: 60px;
    }
    .swiper-dot .dot .slide-index {
        line-height: 60px;
        font-size: 20px;
    }
    .s1 .swiper-dot .dot1 {
        top: 0;
        left: 0;
        width: 260px;
        height: 160px;
        padding: 20px 15px;
    }
    .s1 .swiper-dot .dot1 .slide-title {
        display: block;
        opacity: 1;
        animation-name: titlemove;
        animation-duration: 2s;
    }
    .s1 .swiper-dot .dot1 .slide-index {
        position: absolute;
        left: 15px;
        bottom: 15px;
        font-size: 30px;
        line-height: 1;
    }
    .swiper-dot .slide-ring {
        bottom: 10px;
        right: 10px;
        transform: scale(0.8);
    }
    .s1 .swiper-dot .dot2 {
        right: 0px;
        bottom: 60px;
    }
    .s1 .swiper-dot .dot3 {
        right: 60px;
        bottom: 0;
    }
    .s2 .swiper-dot .dot2 {
        width: 260px;
        height: 160px;
        bottom: 0;
        right: 0;
        padding: 20px 15px;
    }
    .s2 .swiper-dot .dot2 .slide-title {
        display: block;
        opacity: 1;
        animation-name: titlemove;
        animation-duration: 2s;
    }
    .s2 .swiper-dot .dot2 .slide-index {
        position: absolute;
        left: 15px;
        bottom: 15px;
        font-size: 30px;
        line-height: 1;
    }
    .s2 .swiper-dot .dot1 {
        top: 0;
        left: 60px;
    }
    .s2 .swiper-dot .dot3 {
        top: 60px;
        left: 0;
    }
    .s3 .swiper-dot .dot3 {
        width: 260px;
        height: 160px;
        left: 0;
        bottom: 0;
        padding: 20px 15px;
    }
    .s3 .swiper-dot .dot3 .slide-title {
        display: block;
        opacity: 1;
        animation-name: titlemove;
        animation-duration: 2s;
    }
    .s3 .swiper-dot .dot3 .slide-index {
        position: absolute;
        left: 15px;
        bottom: 15px;
        font-size: 30px;
        line-height: 1;
    }
    .s3 .swiper-dot .dot1 {
        top: 0;
        right: 60px;
    }
    .s3 .swiper-dot .dot2 {
        top: 60px;
        right: 0;
    }

    .content .title {
        font-size: 30px;
    }
    .plate1 .ul-box2 li {
        padding: 18px 0;
    }
    .plate1 .ul-box2 .text {
        font-size: 14px;
        line-height: 1.55;
        height: 3.1em;
    }
    .plate1 .ul-box1 .text p {
        font-size: 14px;
        line-height: 22px;
    }
    .mediaSwiper li a {
        padding: 15px 8vw 15px 10px;
    }
    .mediaSwiper li .pic img {
        max-height: 20px;
    }
    .mediaSwiper li .text {
        padding-top: 10px;
    }
    .mediaSwiper li .text p {
        font-size: 14px;
    }

    .plate5 .thumbs {
        left: 20px;
    }
    .plate5 .thumbs .list {
        padding: 1.2vw;
    }
    .plate5 .thumbs .list .icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }
    .plate5 .thumbs .list p {
        font-size: 16px;
    }

    .plate6 .box .box-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .plate6 .box .box-txt {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    body {
        position: relative;
        overflow: unset;
    }
    .banner {
        position: relative;
        height: auto;
    }
    .fixed-top {
        display: none;
    }
    .content {
        position: static;
        top: unset;
        overflow-y: unset;
    }

    .swiper-dot {
        display: none;
    }
    .banner .banner-nav {
        display: none;
    }
    .banner-title {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
        color: #FFF;
        background-color: rgba(176, 31, 46, 0.8);
    }

    .plate1 {
        padding: 40px 0;
        background-position: top center;
        background-repeat: repeat-y;
    }
    .content .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .plate1 .float-l, .plate1 .float-r, .plate1 .ul-box1 .li-r, .plate1 .ul-box1 .li-l {
        float: none;
        width: 100%;
    }
    .plate1 .ul-box1 .li-r .pic {
        padding-top: 50%;
    }
    .plate1 .ul-box1 li {
        margin-bottom: 30px;
    }
    .plate1 .ul-box1 .text {
        padding: 15px 0 15px 15px;
    }
    .plate1 .ul-box1 .text::after {
        bottom: 0;
    }
    .plate1 .ul-box1 .text .time {
        margin-bottom: 3px;
    }
    .plate1 .ul-box2 {
        padding: 0 15px;
    }
    .plate1 .ul-box2 .time span:first-child {
        padding: 0 0 4px 0;
    }
    .plate1 .more {
        margin-top: 20px;
        font-size: 12px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .plate2 {
        padding: 40px 0 0;
        margin-bottom: -56px;
    }
    .noticeSwiper .swiper-slide a {
        padding: 30px 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .noticeSwiper .notice-time {
        font-size: 12px;
    }

    .plate2-2 {
        margin-top: 52px;
    }
    .content .plate2-2 .title {
        margin-bottom: 0;
    }
    .mediaSwiper .swiper-slide {
        margin-top: 30px;
    }
    .mediaSwiper li {
        width: 54%;
        padding-top: 50%;
    }
    .mediaSwiper .li-2 {
        left: 46%;
        top: 30px;
    }
    .mediaSwiper .li-3 {
        left: 0;
        top: 49%;
    }
    .mediaSwiper .li-4 {
        top: 49%;
        margin-top: 30px;
    }
    .mediaSwiper li:last-child {
        padding-top: 100%;
    }
    .plate2-3 {
        margin-top: 40px;
    }
    .plate2-3 .layui-elem-field legend span:first-child {
        font-size: 26px;
    }
    .plate2-3 .layui-elem-field legend span:last-child {
        font-size: 12px;
    }
    .plate2-3 .layui-field-box {
        font-size: 14px;
        padding: 15px 20px 20px;
    }
    .plate2-4 {
        margin-top: 40px;
    }
    .plate2-4 .ysgkSwiper {
        padding-top: 0;
    }
    .plate2-4 .item {
        padding: 30px 15px 30px 90px;
    }
    .plate2-4 .item .txt {
        padding-left: 15px;
    }
    .plate2-4 .item .txt p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .plate2-4 .item .time div:first-child {
        font-size: 26px;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .plate2-4 .item .time div:last-child {
        font-size: 12px;
    }

    .plate3 {
        padding: 100px 0 212px;
    }
    .plate3 .info {
        /*height: 172px;*/
        padding: 15px 10px;
    }
    .plate3 .info .time {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .plate3 .info .text {
        font-size: 14px;
        line-height: 1.28;
        height: 2.56em;
    }
    .plate3 .layui-col-space30 {
        margin: -10px;
    }
    .plate3 .layui-col-space30>* {
        padding: 10px;
    }
    .plate3 .video-box .playBtn{
        height: 30px;
        width:30px;
    }
    .plate3 .video-box .playBtn a{
        border-color: transparent transparent transparent #fff;
        border-width: 7px 0 7px 11px;
        border-style: solid;
        text-indent: -9999px;
        position: absolute;
    }

    .plate4 .container {
        top: -152px;
        /*transform: translateY(-152px);*/
    }
    .plate4 .plate-c {
        padding-left: 0;
    }
    .thumbsSwiper {
        display: none;
    }
    .mainSwiper {
        padding-bottom: 82px;
    }
    .parentSwiper {
        padding-bottom: 30px;
        padding-top: 52px;
    }
    .parentSwiper .swiper-slide .text {
        padding: 10px;
        left: 10px;
        right: 10px;
        font-size: 12px;
        bottom: -30px;
    }
    .parentSwiper .slide-title {
        display: block;
        position: absolute;
        top: -52px;
        height: 52px;
        line-height: 52px;
        width: 100%;
        font-size: 15px;
        color: #B01F2E;
        text-align: center;
        background-color: #FFF;
        padding: 0 64px;
    }
    .parentSwiper .slide-title p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .parentSwiper .swiper-button-next, .parentSwiper .swiper-button-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 14px;
        margin-top: 0;
        width: 23px;
        height: 23px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #B01F2E;
    }
    .parentSwiper .swiper-button-next::after, .parentSwiper .swiper-button-prev::after {
        display: none;
    }
    .parentSwiper .swiper-button-prev {
        background-image: none;
        left: 20px;
    }
    .parentSwiper .swiper-button-next {
        background-image: none;
        right: 20px;
    }
    .parentSwiper .swiper-button-next .iconfont, .parentSwiper .swiper-button-prev .iconfont {
        font-size: 14px;
        color: #B01F2E;
    }
    .parentSwiper .swiper-button-prev .iconfont {
        transform: rotateY(180deg);
    }

    .plate5 .container {
        /*transform: translateY(-304px);*/
        top: -304px;
    }
    .plate5 .plate-c {
        padding-right: 0;
    }
    .plate5 .plate-r {
        position: relative;
        width: 100%;
        padding-bottom: 40px;
        padding-top: 89%;
        margin-top: 30px;
    }
    .plate5 .lifeSwiper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 40px;
        height: auto;
    }

    .plate5 .thumbs .list {
        padding: 15px;
    }
    .plate5 .thumbs .list .icon {
        width: 26px;
        height: 26px;
        margin-bottom: 10px;
    }
    .plate5 .thumbs .list p {
        font-size: 14px;
    }


    .plate6 {
        background-image: url('../../images/plate5.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: -200px;
    }
    .plate6 .container {
        top: -262px;
        /*transform: translateY(-262px);*/
    }
    .plate6 .list {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .plate6 .box .text {
        padding: 15px 10px;
    }
    .plate6 .box .box-title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .plate6 .box .box-txt {
        font-size: 12px;
        line-height: 20px;
    }
    .plate6 .box .text::after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    .plate6 .list-1 .text::after {
        top: 15px;
    }
    .plate6 .list-1 .text::after, .plate6 .list-2 .text::after {
        border-right: 15px solid #FFF;
        left: -15px;
    }
    .plate6 .list-3, .plate6 .list-4 {
        display: flex;
    }
    .plate6 .list-3 .item:first-child, .plate6 .list-4 .item:first-child {
        order: 2;
    }
    .plate6 .list-3 .item:last-child, .plate6 .list-4 .item:last-child {
        order: 1;
    }
    .plate6 .list-3 .text::after, .plate6 .list-4 .text::after {
        border-left: none;
        border-right: 15px solid #FFF;
        right: unset;
        left: -15px;
    }
    .plate6 .list-2 .text::after {
        bottom: 15px;
    }
    .plate6 .list-4 .text::after {
        bottom: unset;
        top: 15px;
    }
    .plate6 .list-3 .text::after {
        top: unset;
        bottom: 15px;
    }

}